home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / Slunec / app / slowvie.exe / {app} / CmdLine.txt next >
Text File  |  2001-07-31  |  2KB  |  52 lines

  1. SlowView Commandline options:
  2. http://www.slowview.f2s.com
  3.  
  4.  
  5. -t                 // starts Thumbnailsmode and loads the current directroy
  6. -t="Directory"     // starts Thumbnailsmode and loads the specified directroy
  7. -p                 // loads the given Image, prints it and exits SV.
  8. -f                 // starts in Fullscreenmode.
  9. -c                 // Shows SaveAs Dialog, converts Image and exits SV.
  10. -c="Filename.ext"  // converts the loaded Image into the supplied Imagefile and exits SV.
  11. -m                 // enables the "Always Maximize Mode".
  12. -s="Directory"     // Starts a slideshow in the specified Directory
  13. -o                 // This shows the Settings/Options with the Filetypestab selected
  14.  
  15.  
  16. ===========================================
  17. Note: Only lowercase options are supported!
  18. ===========================================
  19.  
  20.  
  21. =========
  22. Examples:
  23. =========
  24.  
  25. // Just load an image:
  26. ======================
  27. Slowview.exe "SlowView.jpg" 
  28.  
  29. // load an image and print it:
  30. ==============================
  31. Slowview.exe "SlowView.jpg" -p
  32.  
  33. // load an image and convert it into a gif file without GUI:
  34. ============================================================
  35. Slowview.exe "C:\Test\SlowView.jpg" -c="C:\Test2\SlowView.gif"
  36.  
  37. // load an image and show it in Fullscreen:
  38. ===========================================
  39. Slowview.exe "SlowView.jpg" -f
  40.  
  41. // Start Thumbnailer with the current Directory:
  42. ================================================
  43. Slowview.exe -t
  44.  
  45. // Start Thumbnailer with the specified Directory:
  46. ==================================================
  47. Slowview.exe -t="C:\MyPicsForExample" 
  48.  
  49. // Start SlideShow in Fullscreen with specified Directory:
  50. ==========================================================
  51. Slowview.exe -f -s="C:\MyPicsForExample" 
  52.